[codex] Add skills.sh catalog for slack-post#4
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a user-facing skills/slack-post skills.sh skill for installing and using the slack-post CLI, while documenting skills installation in the repo README and marking maintenance skills as internal.
Changes:
- Adds
slack-postskill documentation and OpenAI agent metadata. - Documents skills.sh discovery/install commands in the top-level README.
- Marks
.agentsmaintenance skills as internal.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
skills/slack-post/SKILL.md |
Adds agent-facing install, configuration, usage, and workflow docs for slack-post. |
skills/slack-post/agents/openai.yaml |
Adds OpenAI-facing display metadata for the skill. |
README.md |
Adds skills.sh instructions and future CLI documentation guidance. |
.agents/skills/release-agent-binaries/SKILL.md |
Marks the release skill as internal. |
.agents/skills/build-go-cobra-clis/SKILL.md |
Marks the build skill as internal. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skills/slack-postskill with skills.sh install instructions, binary installation paths, requiredSLACK_POST_*configuration, usage examples, and send-safety workflow.npx skills add berrydev-ai/agent-cli-toolsin the top-level README and require future CLIs to include matchingskills/<binary-name>/SKILL.mddocs..agentsskills as internal so skills.sh discovery lists only user-facing tool skills by default.Why
npx skills add berrydev-ai/agent-cli-tools, see the available tool skills, and install the one they need.slack-postcontract from PR [codex] Clean up slack-post install docs and env vars #3, including Homebrew-first installation and theSLACK_POST_*environment variable namespace.Impact
slack-postas the only public tool skill in this repo.metadata.internal.Validation
PYTHONPATH=/private/tmp/codex-pyyaml python3 /Users/eberry/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/slack-postPYTHONPATH=/private/tmp/codex-pyyaml python3 /Users/eberry/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/build-go-cobra-clisPYTHONPATH=/private/tmp/codex-pyyaml python3 /Users/eberry/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/release-agent-binariesrg --hidden -n "SLACK_E2E" .returned no matchesnpx --yes skills add . --listgit diff --checkenv GOCACHE=/private/tmp/agent-cli-tools-go-build make test